phidget21.phidlog

This file is part of libphidget21

Copyright 2006-2015 Phidgets Inc <patrick@phidgets.com>

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>

Members

Enums

CPhidgetLog_level
enum CPhidgetLog_level
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

CPhidget_disableLogging
int function() CPhidget_disableLogging;

Disables logging.

CPhidget_enableLogging
int function(CPhidgetLog_level level, const char* outputFile) CPhidget_enableLogging;

Enables logging.

CPhidget_log
int function(CPhidgetLog_level level, const char* id, const char* message, ...) CPhidget_log;

Appends a message to the log.

Meta